[INFO] cloning repository https://github.com/YuriSukhorukov/wgpu-winit-sandbox
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/YuriSukhorukov/wgpu-winit-sandbox" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FYuriSukhorukov%2Fwgpu-winit-sandbox", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FYuriSukhorukov%2Fwgpu-winit-sandbox'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] d1aaa4a332c504a61c19d92c5167428ce227a56d
[INFO] fixing YuriSukhorukov/wgpu-winit-sandbox against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FYuriSukhorukov%2Fwgpu-winit-sandbox" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/YuriSukhorukov/wgpu-winit-sandbox
[INFO] finished tweaking git repo https://github.com/YuriSukhorukov/wgpu-winit-sandbox
[INFO] tweaked toml for git repo https://github.com/YuriSukhorukov/wgpu-winit-sandbox written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/YuriSukhorukov/wgpu-winit-sandbox on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/YuriSukhorukov/wgpu-winit-sandbox already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded redox_syscall v0.5.9
[INFO] [stderr]   Downloaded pin-project v1.1.9
[INFO] [stderr]   Downloaded pin-project-internal v1.1.9
[INFO] [stderr]   Downloaded wgpu v24.0.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] fa308c40d0dfba7377d33fa5e77f620da63df76fabd0cd519a2103fd953ead0e
[INFO] running `Command { std: "docker" "start" "fa308c40d0dfba7377d33fa5e77f620da63df76fabd0cd519a2103fd953ead0e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "fa308c40d0dfba7377d33fa5e77f620da63df76fabd0cd519a2103fd953ead0e" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fa308c40d0dfba7377d33fa5e77f620da63df76fabd0cd519a2103fd953ead0e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "fa308c40d0dfba7377d33fa5e77f620da63df76fabd0cd519a2103fd953ead0e" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.218
[INFO] [stderr]     Checking once_cell v1.20.3
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]     Checking linux-raw-sys v0.4.15
[INFO] [stderr]     Checking smallvec v1.14.0
[INFO] [stderr]    Compiling libc v0.2.170
[INFO] [stderr]     Checking log v0.4.26
[INFO] [stderr]     Checking dlib v0.5.2
[INFO] [stderr]    Compiling wayland-sys v0.31.6
[INFO] [stderr]    Compiling cc v1.2.16
[INFO] [stderr]    Compiling proc-macro2 v1.0.93
[INFO] [stderr]    Compiling quick-xml v0.37.2
[INFO] [stderr]    Compiling wayland-client v0.31.8
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling rustversion v1.0.19
[INFO] [stderr]    Compiling thiserror v2.0.11
[INFO] [stderr]    Compiling naga v24.0.0
[INFO] [stderr]     Checking bit-vec v0.8.0
[INFO] [stderr]     Checking indexmap v2.7.1
[INFO] [stderr]     Checking codespan-reporting v0.11.1
[INFO] [stderr]    Compiling wgpu-hal v24.0.2
[INFO] [stderr]     Checking bit-set v0.8.0
[INFO] [stderr]     Checking unicode-xid v0.2.6
[INFO] [stderr]     Checking cursor-icon v1.1.0
[INFO] [stderr]     Checking xcursor v0.3.8
[INFO] [stderr]     Checking xkeysym v0.2.1
[INFO] [stderr]    Compiling smithay-client-toolkit v0.19.2
[INFO] [stderr]     Checking strict-num v0.1.1
[INFO] [stderr]     Checking ttf-parser v0.25.1
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]     Checking miniz_oxide v0.8.5
[INFO] [stderr]     Checking async-channel v2.3.1
[INFO] [stderr]     Checking async-lock v3.4.0
[INFO] [stderr]    Compiling wgpu-core v24.0.2
[INFO] [stderr]    Compiling x11-dl v2.21.0
[INFO] [stderr]     Checking glow v0.16.0
[INFO] [stderr]    Compiling quote v1.0.38
[INFO] [stderr]     Checking ab_glyph_rasterizer v0.1.8
[INFO] [stderr]     Checking blocking v1.6.1
[INFO] [stderr]    Compiling syn v2.0.98
[INFO] [stderr]    Compiling document-features v0.2.11
[INFO] [stderr]     Checking flate2 v1.1.0
[INFO] [stderr]     Checking async-executor v1.13.1
[INFO] [stderr]    Compiling winit v0.30.9
[INFO] [stderr]    Compiling wgpu v24.0.1
[INFO] [stderr]    Compiling wayland-scanner v0.31.6
[INFO] [stderr]     Checking x11rb-protocol v0.13.1
[INFO] [stderr]    Compiling anyhow v1.0.97
[INFO] [stderr]    Compiling cgmath v0.18.0
[INFO] [stderr]     Checking png v0.17.16
[INFO] [stderr]     Checking ordered-float v4.6.0
[INFO] [stderr]     Checking approx v0.4.0
[INFO] [stderr]     Checking zune-jpeg v0.4.14
[INFO] [stderr]     Checking kv-log-macro v1.0.7
[INFO] [stderr]     Checking smol_str v0.2.2
[INFO] [stderr]     Checking parking_lot_core v0.9.10
[INFO] [stderr]     Checking khronos-egl v6.0.0
[INFO] [stderr]     Checking memmap2 v0.9.5
[INFO] [stderr]     Checking getrandom v0.2.15
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]     Checking dpi v0.1.1
[INFO] [stderr]    Compiling wayland-backend v0.3.8
[INFO] [stderr]     Checking bitflags v2.8.0
[INFO] [stderr]     Checking gpu-alloc-types v0.3.0
[INFO] [stderr]     Checking spirv v0.3.0+sdk-1.3.268.0
[INFO] [stderr]     Checking gpu-descriptor-types v0.2.0
[INFO] [stderr]     Checking wgpu-types v24.0.0
[INFO] [stderr]     Checking xkbcommon-dl v0.4.2
[INFO] [stderr]     Checking gpu-descriptor v0.3.1
[INFO] [stderr]     Checking gpu-alloc v0.6.0
[INFO] [stderr]     Checking owned_ttf_parser v0.25.0
[INFO] [stderr]     Checking ab_glyph v0.2.29
[INFO] [stderr]    Compiling bytemuck_derive v1.8.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling thiserror-impl v2.0.11
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking bytemuck v1.22.0
[INFO] [stderr]     Checking tiny-skia-path v0.11.4
[INFO] [stderr]     Checking image v0.25.6
[INFO] [stderr]     Checking strum v0.26.3
[INFO] [stderr]     Checking tiny-skia v0.11.4
[INFO] [stderr]     Checking polling v3.7.4
[INFO] [stderr]     Checking calloop v0.13.0
[INFO] [stderr]     Checking async-io v2.4.0
[INFO] [stderr]     Checking async-global-executor v2.4.1
[INFO] [stderr]     Checking async-std v1.13.0
[INFO] [stderr]     Checking wayland-csd-frame v0.3.0
[INFO] [stderr]     Checking wayland-protocols v0.32.6
[INFO] [stderr]     Checking wayland-cursor v0.31.8
[INFO] [stderr]     Checking calloop-wayland-source v0.3.0
[INFO] [stderr]     Checking x11rb v0.13.1
[INFO] [stderr]     Checking wayland-protocols-wlr v0.3.6
[INFO] [stderr]     Checking wayland-protocols-plasma v0.3.6
[INFO] [stderr]     Checking sctk-adwaita v0.10.1
[INFO] [stderr]     Checking wgpu-winit-sandbox v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `winit::platform::macos`
[INFO] [stdout]   --> src/examples/triangle.rs:30:22
[INFO] [stdout]    |
[INFO] [stdout] 30 | use winit::platform::macos::WindowAttributesExtMacOS;
[INFO] [stdout]    |                      ^^^^^ could not find `macos` in `platform`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/winit-0.30.9/src/platform/mod.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout]  9 | #[cfg(any(macos_platform, docsrs))]
[INFO] [stdout]    |          ------------------------ the item is gated here
[INFO] [stdout] 10 | pub mod macos;
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `PhysicalSize`
[INFO] [stdout]   --> src/examples/triangle.rs:24:9
[INFO] [stdout]    |
[INFO] [stdout] 24 |         PhysicalSize
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `PhysicalSize`
[INFO] [stdout]   --> src/examples/buffers_and_indexes.rs:24:9
[INFO] [stdout]    |
[INFO] [stdout] 24 |         PhysicalSize
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `PhysicalSize`
[INFO] [stdout]   --> src/examples/perspective_camera/mod.rs:27:9
[INFO] [stdout]    |
[INFO] [stdout] 27 |         PhysicalSize
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `render::Vertex`
[INFO] [stdout]  --> src/main.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use render::Vertex;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `winit::platform::macos`
[INFO] [stdout]   --> src/examples/triangle.rs:30:22
[INFO] [stdout]    |
[INFO] [stdout] 30 | use winit::platform::macos::WindowAttributesExtMacOS;
[INFO] [stdout]    |                      ^^^^^ could not find `macos` in `platform`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/winit-0.30.9/src/platform/mod.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout]  9 | #[cfg(any(macos_platform, docsrs))]
[INFO] [stdout]    |          ------------------------ the item is gated here
[INFO] [stdout] 10 | pub mod macos;
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `PhysicalSize`
[INFO] [stdout]   --> src/examples/triangle.rs:24:9
[INFO] [stdout]    |
[INFO] [stdout] 24 |         PhysicalSize
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `PhysicalSize`
[INFO] [stdout]   --> src/examples/buffers_and_indexes.rs:24:9
[INFO] [stdout]    |
[INFO] [stdout] 24 |         PhysicalSize
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `PhysicalSize`
[INFO] [stdout]   --> src/examples/perspective_camera/mod.rs:27:9
[INFO] [stdout]    |
[INFO] [stdout] 27 |         PhysicalSize
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `render::Vertex`
[INFO] [stdout]  --> src/main.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use render::Vertex;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `image::GenericImageView`
[INFO] [stdout]   --> src/examples/textures_and_bind_groups/mod.rs:30:5
[INFO] [stdout]    |
[INFO] [stdout] 30 | use image::GenericImageView;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `image::GenericImageView`
[INFO] [stdout]   --> src/examples/textures_and_bind_groups/mod.rs:30:5
[INFO] [stdout]    |
[INFO] [stdout] 30 | use image::GenericImageView;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `event_loop`
[INFO] [stdout]    --> src/examples/triangle.rs:177:30
[INFO] [stdout]     |
[INFO] [stdout] 177 |     fn user_event(&mut self, event_loop: &ActiveEventLoop, event: ()) {}
[INFO] [stdout]     |                              ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_event_loop`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `event`
[INFO] [stdout]    --> src/examples/triangle.rs:177:60
[INFO] [stdout]     |
[INFO] [stdout] 177 |     fn user_event(&mut self, event_loop: &ActiveEventLoop, event: ()) {}
[INFO] [stdout]     |                                                            ^^^^^ help: if this is intentional, prefix it with an underscore: `_event`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `window_id`
[INFO] [stdout]    --> src/examples/triangle.rs:179:62
[INFO] [stdout]     |
[INFO] [stdout] 179 |     fn window_event(&mut self, event_loop: &ActiveEventLoop, window_id: WindowId, event: WindowEvent) {
[INFO] [stdout]     |                                                              ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_window_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `window`
[INFO] [stdout]    --> src/examples/triangle.rs:183:29
[INFO] [stdout]     |
[INFO] [stdout] 183 |                 if let Some(window) = self.window.as_ref() {
[INFO] [stdout]     |                             ^^^^^^ help: if this is intentional, prefix it with an underscore: `_window`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `event_loop`
[INFO] [stdout]    --> src/examples/triangle.rs:228:32
[INFO] [stdout]     |
[INFO] [stdout] 228 |     fn device_event(&mut self, event_loop: &ActiveEventLoop, device_id: DeviceId, event: DeviceEvent) {}
[INFO] [stdout]     |                                ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_event_loop`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `device_id`
[INFO] [stdout]    --> src/examples/triangle.rs:228:62
[INFO] [stdout]     |
[INFO] [stdout] 228 |     fn device_event(&mut self, event_loop: &ActiveEventLoop, device_id: DeviceId, event: DeviceEvent) {}
[INFO] [stdout]     |                                                              ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_device_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `event`
[INFO] [stdout]    --> src/examples/triangle.rs:228:83
[INFO] [stdout]     |
[INFO] [stdout] 228 |     fn device_event(&mut self, event_loop: &ActiveEventLoop, device_id: DeviceId, event: DeviceEvent) {}
[INFO] [stdout]     |                                                                                   ^^^^^ help: if this is intentional, prefix it with an underscore: `_event`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `event_loop`
[INFO] [stdout]    --> src/examples/triangle.rs:230:33
[INFO] [stdout]     |
[INFO] [stdout] 230 |     fn about_to_wait(&mut self, event_loop: &ActiveEventLoop) {}
[INFO] [stdout]     |                                 ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_event_loop`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `event_loop`
[INFO] [stdout]    --> src/examples/triangle.rs:232:29
[INFO] [stdout]     |
[INFO] [stdout] 232 |     fn suspended(&mut self, event_loop: &ActiveEventLoop) {}
[INFO] [stdout]     |                             ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_event_loop`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `event_loop`
[INFO] [stdout]    --> src/examples/triangle.rs:234:27
[INFO] [stdout]     |
[INFO] [stdout] 234 |     fn exiting(&mut self, event_loop: &ActiveEventLoop) {}
[INFO] [stdout]     |                           ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_event_loop`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `event_loop`
[INFO] [stdout]    --> src/examples/triangle.rs:236:34
[INFO] [stdout]     |
[INFO] [stdout] 236 |     fn memory_warning(&mut self, event_loop: &ActiveEventLoop) {}
[INFO] [stdout]     |                                  ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_event_loop`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `event_loop`
[INFO] [stdout]    --> src/examples/triangle.rs:177:30
[INFO] [stdout]     |
[INFO] [stdout] 177 |     fn user_event(&mut self, event_loop: &ActiveEventLoop, event: ()) {}
[INFO] [stdout]     |                              ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_event_loop`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `event`
[INFO] [stdout]    --> src/examples/triangle.rs:177:60
[INFO] [stdout]     |
[INFO] [stdout] 177 |     fn user_event(&mut self, event_loop: &ActiveEventLoop, event: ()) {}
[INFO] [stdout]     |                                                            ^^^^^ help: if this is intentional, prefix it with an underscore: `_event`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `window_id`
[INFO] [stdout]    --> src/examples/triangle.rs:179:62
[INFO] [stdout]     |
[INFO] [stdout] 179 |     fn window_event(&mut self, event_loop: &ActiveEventLoop, window_id: WindowId, event: WindowEvent) {
[INFO] [stdout]     |                                                              ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_window_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `window`
[INFO] [stdout]    --> src/examples/triangle.rs:183:29
[INFO] [stdout]     |
[INFO] [stdout] 183 |                 if let Some(window) = self.window.as_ref() {
[INFO] [stdout]     |                             ^^^^^^ help: if this is intentional, prefix it with an underscore: `_window`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `event_loop`
[INFO] [stdout]    --> src/examples/triangle.rs:228:32
[INFO] [stdout]     |
[INFO] [stdout] 228 |     fn device_event(&mut self, event_loop: &ActiveEventLoop, device_id: DeviceId, event: DeviceEvent) {}
[INFO] [stdout]     |                                ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_event_loop`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `device_id`
[INFO] [stdout]    --> src/examples/triangle.rs:228:62
[INFO] [stdout]     |
[INFO] [stdout] 228 |     fn device_event(&mut self, event_loop: &ActiveEventLoop, device_id: DeviceId, event: DeviceEvent) {}
[INFO] [stdout]     |                                                              ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_device_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `event`
[INFO] [stdout]    --> src/examples/triangle.rs:228:83
[INFO] [stdout]     |
[INFO] [stdout] 228 |     fn device_event(&mut self, event_loop: &ActiveEventLoop, device_id: DeviceId, event: DeviceEvent) {}
[INFO] [stdout]     |                                                                                   ^^^^^ help: if this is intentional, prefix it with an underscore: `_event`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `event_loop`
[INFO] [stdout]    --> src/examples/triangle.rs:230:33
[INFO] [stdout]     |
[INFO] [stdout] 230 |     fn about_to_wait(&mut self, event_loop: &ActiveEventLoop) {}
[INFO] [stdout]     |                                 ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_event_loop`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `event_loop`
[INFO] [stdout]    --> src/examples/triangle.rs:232:29
[INFO] [stdout]     |
[INFO] [stdout] 232 |     fn suspended(&mut self, event_loop: &ActiveEventLoop) {}
[INFO] [stdout]     |                             ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_event_loop`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `event_loop`
[INFO] [stdout]    --> src/examples/triangle.rs:234:27
[INFO] [stdout]     |
[INFO] [stdout] 234 |     fn exiting(&mut self, event_loop: &ActiveEventLoop) {}
[INFO] [stdout]     |                           ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_event_loop`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `event_loop`
[INFO] [stdout]    --> src/examples/triangle.rs:236:34
[INFO] [stdout]     |
[INFO] [stdout] 236 |     fn memory_warning(&mut self, event_loop: &ActiveEventLoop) {}
[INFO] [stdout]     |                                  ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_event_loop`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `event_loop`
[INFO] [stdout]    --> src/examples/buffers_and_indexes.rs:171:30
[INFO] [stdout]     |
[INFO] [stdout] 171 |     fn user_event(&mut self, event_loop: &ActiveEventLoop, event: ()) {}
[INFO] [stdout]     |                              ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_event_loop`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `event`
[INFO] [stdout]    --> src/examples/buffers_and_indexes.rs:171:60
[INFO] [stdout]     |
[INFO] [stdout] 171 |     fn user_event(&mut self, event_loop: &ActiveEventLoop, event: ()) {}
[INFO] [stdout]     |                                                            ^^^^^ help: if this is intentional, prefix it with an underscore: `_event`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `window_id`
[INFO] [stdout]    --> src/examples/buffers_and_indexes.rs:173:62
[INFO] [stdout]     |
[INFO] [stdout] 173 |     fn window_event(&mut self, event_loop: &ActiveEventLoop, window_id: WindowId, event: WindowEvent) {
[INFO] [stdout]     |                                                              ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_window_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `window`
[INFO] [stdout]    --> src/examples/buffers_and_indexes.rs:177:29
[INFO] [stdout]     |
[INFO] [stdout] 177 |                 if let Some(window) = self.window.as_ref() {
[INFO] [stdout]     |                             ^^^^^^ help: if this is intentional, prefix it with an underscore: `_window`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `event_loop`
[INFO] [stdout]    --> src/examples/buffers_and_indexes.rs:242:32
[INFO] [stdout]     |
[INFO] [stdout] 242 |     fn device_event(&mut self, event_loop: &ActiveEventLoop, device_id: DeviceId, event: DeviceEvent) {}
[INFO] [stdout]     |                                ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_event_loop`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `device_id`
[INFO] [stdout]    --> src/examples/buffers_and_indexes.rs:242:62
[INFO] [stdout]     |
[INFO] [stdout] 242 |     fn device_event(&mut self, event_loop: &ActiveEventLoop, device_id: DeviceId, event: DeviceEvent) {}
[INFO] [stdout]     |                                                              ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_device_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `event`
[INFO] [stdout]    --> src/examples/buffers_and_indexes.rs:242:83
[INFO] [stdout]     |
[INFO] [stdout] 242 |     fn device_event(&mut self, event_loop: &ActiveEventLoop, device_id: DeviceId, event: DeviceEvent) {}
[INFO] [stdout]     |                                                                                   ^^^^^ help: if this is intentional, prefix it with an underscore: `_event`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `event_loop`
[INFO] [stdout]    --> src/examples/buffers_and_indexes.rs:244:33
[INFO] [stdout]     |
[INFO] [stdout] 244 |     fn about_to_wait(&mut self, event_loop: &ActiveEventLoop) {}
[INFO] [stdout]     |                                 ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_event_loop`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `event_loop`
[INFO] [stdout]    --> src/examples/buffers_and_indexes.rs:246:29
[INFO] [stdout]     |
[INFO] [stdout] 246 |     fn suspended(&mut self, event_loop: &ActiveEventLoop) {}
[INFO] [stdout]     |                             ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_event_loop`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `event_loop`
[INFO] [stdout]    --> src/examples/buffers_and_indexes.rs:248:27
[INFO] [stdout]     |
[INFO] [stdout] 248 |     fn exiting(&mut self, event_loop: &ActiveEventLoop) {}
[INFO] [stdout]     |                           ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_event_loop`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `event_loop`
[INFO] [stdout]    --> src/examples/buffers_and_indexes.rs:250:34
[INFO] [stdout]     |
[INFO] [stdout] 250 |     fn memory_warning(&mut self, event_loop: &ActiveEventLoop) {}
[INFO] [stdout]     |                                  ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_event_loop`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `event_loop`
[INFO] [stdout]    --> src/examples/buffers_and_indexes.rs:171:30
[INFO] [stdout]     |
[INFO] [stdout] 171 |     fn user_event(&mut self, event_loop: &ActiveEventLoop, event: ()) {}
[INFO] [stdout]     |                              ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_event_loop`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `event`
[INFO] [stdout]    --> src/examples/buffers_and_indexes.rs:171:60
[INFO] [stdout]     |
[INFO] [stdout] 171 |     fn user_event(&mut self, event_loop: &ActiveEventLoop, event: ()) {}
[INFO] [stdout]     |                                                            ^^^^^ help: if this is intentional, prefix it with an underscore: `_event`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `window_id`
[INFO] [stdout]    --> src/examples/buffers_and_indexes.rs:173:62
[INFO] [stdout]     |
[INFO] [stdout] 173 |     fn window_event(&mut self, event_loop: &ActiveEventLoop, window_id: WindowId, event: WindowEvent) {
[INFO] [stdout]     |                                                              ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_window_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `window`
[INFO] [stdout]    --> src/examples/buffers_and_indexes.rs:177:29
[INFO] [stdout]     |
[INFO] [stdout] 177 |                 if let Some(window) = self.window.as_ref() {
[INFO] [stdout]     |                             ^^^^^^ help: if this is intentional, prefix it with an underscore: `_window`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `event_loop`
[INFO] [stdout]    --> src/examples/buffers_and_indexes.rs:242:32
[INFO] [stdout]     |
[INFO] [stdout] 242 |     fn device_event(&mut self, event_loop: &ActiveEventLoop, device_id: DeviceId, event: DeviceEvent) {}
[INFO] [stdout]     |                                ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_event_loop`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `device_id`
[INFO] [stdout]    --> src/examples/buffers_and_indexes.rs:242:62
[INFO] [stdout]     |
[INFO] [stdout] 242 |     fn device_event(&mut self, event_loop: &ActiveEventLoop, device_id: DeviceId, event: DeviceEvent) {}
[INFO] [stdout]     |                                                              ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_device_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `event`
[INFO] [stdout]    --> src/examples/buffers_and_indexes.rs:242:83
[INFO] [stdout]     |
[INFO] [stdout] 242 |     fn device_event(&mut self, event_loop: &ActiveEventLoop, device_id: DeviceId, event: DeviceEvent) {}
[INFO] [stdout]     |                                                                                   ^^^^^ help: if this is intentional, prefix it with an underscore: `_event`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `event_loop`
[INFO] [stdout]    --> src/examples/buffers_and_indexes.rs:244:33
[INFO] [stdout]     |
[INFO] [stdout] 244 |     fn about_to_wait(&mut self, event_loop: &ActiveEventLoop) {}
[INFO] [stdout]     |                                 ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_event_loop`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `event_loop`
[INFO] [stdout]    --> src/examples/buffers_and_indexes.rs:246:29
[INFO] [stdout]     |
[INFO] [stdout] 246 |     fn suspended(&mut self, event_loop: &ActiveEventLoop) {}
[INFO] [stdout]     |                             ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_event_loop`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `wgpu-winit-sandbox` (bin "wgpu-winit-sandbox") due to 1 previous error; 64 warnings emitted
[INFO] [stdout] warning: unused variable: `event_loop`
[INFO] [stdout]    --> src/examples/buffers_and_indexes.rs:248:27
[INFO] [stdout]     |
[INFO] [stdout] 248 |     fn exiting(&mut self, event_loop: &ActiveEventLoop) {}
[INFO] [stdout]     |                           ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_event_loop`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: unused variable: `event_loop`
[INFO] [stdout]    --> src/examples/buffers_and_indexes.rs:250:34
[INFO] [stdout]     |
[INFO] [stdout] 250 |     fn memory_warning(&mut self, event_loop: &ActiveEventLoop) {}
[INFO] [stdout]     |                                  ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_event_loop`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `event_loop`
[INFO] [stdout]    --> src/examples/textures_and_bind_groups/mod.rs:236:30
[INFO] [stdout]     |
[INFO] [stdout] 236 |     fn user_event(&mut self, event_loop: &ActiveEventLoop, event: ()) {}
[INFO] [stdout]     |                              ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_event_loop`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `event`
[INFO] [stdout]    --> src/examples/textures_and_bind_groups/mod.rs:236:60
[INFO] [stdout]     |
[INFO] [stdout] 236 |     fn user_event(&mut self, event_loop: &ActiveEventLoop, event: ()) {}
[INFO] [stdout]     |                                                            ^^^^^ help: if this is intentional, prefix it with an underscore: `_event`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `window_id`
[INFO] [stdout]    --> src/examples/textures_and_bind_groups/mod.rs:238:62
[INFO] [stdout]     |
[INFO] [stdout] 238 |     fn window_event(&mut self, event_loop: &ActiveEventLoop, window_id: WindowId, event: WindowEvent) {
[INFO] [stdout]     |                                                              ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_window_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `window`
[INFO] [stdout]    --> src/examples/textures_and_bind_groups/mod.rs:242:29
[INFO] [stdout]     |
[INFO] [stdout] 242 |                 if let Some(window) = self.window.as_ref() {
[INFO] [stdout]     |                             ^^^^^^ help: if this is intentional, prefix it with an underscore: `_window`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `event_loop`
[INFO] [stdout]    --> src/examples/textures_and_bind_groups/mod.rs:312:32
[INFO] [stdout]     |
[INFO] [stdout] 312 |     fn device_event(&mut self, event_loop: &ActiveEventLoop, device_id: DeviceId, event: DeviceEvent) {}
[INFO] [stdout]     |                                ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_event_loop`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `device_id`
[INFO] [stdout]    --> src/examples/textures_and_bind_groups/mod.rs:312:62
[INFO] [stdout]     |
[INFO] [stdout] 312 |     fn device_event(&mut self, event_loop: &ActiveEventLoop, device_id: DeviceId, event: DeviceEvent) {}
[INFO] [stdout]     |                                                              ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_device_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `event`
[INFO] [stdout]    --> src/examples/textures_and_bind_groups/mod.rs:312:83
[INFO] [stdout]     |
[INFO] [stdout] 312 |     fn device_event(&mut self, event_loop: &ActiveEventLoop, device_id: DeviceId, event: DeviceEvent) {}
[INFO] [stdout]     |                                                                                   ^^^^^ help: if this is intentional, prefix it with an underscore: `_event`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `event_loop`
[INFO] [stdout]    --> src/examples/textures_and_bind_groups/mod.rs:314:33
[INFO] [stdout]     |
[INFO] [stdout] 314 |     fn about_to_wait(&mut self, event_loop: &ActiveEventLoop) {}
[INFO] [stdout]     |                                 ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_event_loop`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `event_loop`
[INFO] [stdout]    --> src/examples/textures_and_bind_groups/mod.rs:316:29
[INFO] [stdout]     |
[INFO] [stdout] 316 |     fn suspended(&mut self, event_loop: &ActiveEventLoop) {}
[INFO] [stdout]     |                             ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_event_loop`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `event_loop`
[INFO] [stdout]    --> src/examples/textures_and_bind_groups/mod.rs:318:27
[INFO] [stdout]     |
[INFO] [stdout] 318 |     fn exiting(&mut self, event_loop: &ActiveEventLoop) {}
[INFO] [stdout]     |                           ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_event_loop`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `event_loop`
[INFO] [stdout]    --> src/examples/textures_and_bind_groups/mod.rs:320:34
[INFO] [stdout]     |
[INFO] [stdout] 320 |     fn memory_warning(&mut self, event_loop: &ActiveEventLoop) {}
[INFO] [stdout]     |                                  ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_event_loop`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `event_loop`
[INFO] [stdout]    --> src/examples/textures_and_bind_groups/mod.rs:236:30
[INFO] [stdout]     |
[INFO] [stdout] 236 |     fn user_event(&mut self, event_loop: &ActiveEventLoop, event: ()) {}
[INFO] [stdout]     |                              ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_event_loop`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `event`
[INFO] [stdout]    --> src/examples/textures_and_bind_groups/mod.rs:236:60
[INFO] [stdout]     |
[INFO] [stdout] 236 |     fn user_event(&mut self, event_loop: &ActiveEventLoop, event: ()) {}
[INFO] [stdout]     |                                                            ^^^^^ help: if this is intentional, prefix it with an underscore: `_event`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `window_id`
[INFO] [stdout]    --> src/examples/textures_and_bind_groups/mod.rs:238:62
[INFO] [stdout]     |
[INFO] [stdout] 238 |     fn window_event(&mut self, event_loop: &ActiveEventLoop, window_id: WindowId, event: WindowEvent) {
[INFO] [stdout]     |                                                              ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_window_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `window`
[INFO] [stdout]    --> src/examples/textures_and_bind_groups/mod.rs:242:29
[INFO] [stdout]     |
[INFO] [stdout] 242 |                 if let Some(window) = self.window.as_ref() {
[INFO] [stdout]     |                             ^^^^^^ help: if this is intentional, prefix it with an underscore: `_window`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `event_loop`
[INFO] [stdout]    --> src/examples/textures_and_bind_groups/mod.rs:312:32
[INFO] [stdout]     |
[INFO] [stdout] 312 |     fn device_event(&mut self, event_loop: &ActiveEventLoop, device_id: DeviceId, event: DeviceEvent) {}
[INFO] [stdout]     |                                ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_event_loop`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `device_id`
[INFO] [stdout]    --> src/examples/textures_and_bind_groups/mod.rs:312:62
[INFO] [stdout]     |
[INFO] [stdout] 312 |     fn device_event(&mut self, event_loop: &ActiveEventLoop, device_id: DeviceId, event: DeviceEvent) {}
[INFO] [stdout]     |                                                              ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_device_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `event`
[INFO] [stdout]    --> src/examples/textures_and_bind_groups/mod.rs:312:83
[INFO] [stdout]     |
[INFO] [stdout] 312 |     fn device_event(&mut self, event_loop: &ActiveEventLoop, device_id: DeviceId, event: DeviceEvent) {}
[INFO] [stdout]     |                                                                                   ^^^^^ help: if this is intentional, prefix it with an underscore: `_event`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `event_loop`
[INFO] [stdout]    --> src/examples/textures_and_bind_groups/mod.rs:314:33
[INFO] [stdout]     |
[INFO] [stdout] 314 |     fn about_to_wait(&mut self, event_loop: &ActiveEventLoop) {}
[INFO] [stdout]     |                                 ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_event_loop`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `event_loop`
[INFO] [stdout]    --> src/examples/textures_and_bind_groups/mod.rs:316:29
[INFO] [stdout]     |
[INFO] [stdout] 316 |     fn suspended(&mut self, event_loop: &ActiveEventLoop) {}
[INFO] [stdout]     |                             ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_event_loop`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `event_loop`
[INFO] [stdout]    --> src/examples/textures_and_bind_groups/mod.rs:318:27
[INFO] [stdout]     |
[INFO] [stdout] 318 |     fn exiting(&mut self, event_loop: &ActiveEventLoop) {}
[INFO] [stdout]     |                           ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_event_loop`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `event_loop`
[INFO] [stdout]    --> src/examples/textures_and_bind_groups/mod.rs:320:34
[INFO] [stdout]     |
[INFO] [stdout] 320 |     fn memory_warning(&mut self, event_loop: &ActiveEventLoop) {}
[INFO] [stdout]     |                                  ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_event_loop`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `event_loop`
[INFO] [stdout]    --> src/examples/perspective_camera/mod.rs:305:30
[INFO] [stdout]     |
[INFO] [stdout] 305 |     fn user_event(&mut self, event_loop: &ActiveEventLoop, event: ()) {}
[INFO] [stdout]     |                              ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_event_loop`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `event`
[INFO] [stdout]    --> src/examples/perspective_camera/mod.rs:305:60
[INFO] [stdout]     |
[INFO] [stdout] 305 |     fn user_event(&mut self, event_loop: &ActiveEventLoop, event: ()) {}
[INFO] [stdout]     |                                                            ^^^^^ help: if this is intentional, prefix it with an underscore: `_event`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `window_id`
[INFO] [stdout]    --> src/examples/perspective_camera/mod.rs:307:62
[INFO] [stdout]     |
[INFO] [stdout] 307 |     fn window_event(&mut self, event_loop: &ActiveEventLoop, window_id: WindowId, event: WindowEvent) {
[INFO] [stdout]     |                                                              ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_window_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `window`
[INFO] [stdout]    --> src/examples/perspective_camera/mod.rs:311:29
[INFO] [stdout]     |
[INFO] [stdout] 311 |                 if let Some(window) = self.window.as_ref() {
[INFO] [stdout]     |                             ^^^^^^ help: if this is intentional, prefix it with an underscore: `_window`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `event_loop`
[INFO] [stdout]    --> src/examples/perspective_camera/mod.rs:386:32
[INFO] [stdout]     |
[INFO] [stdout] 386 |     fn device_event(&mut self, event_loop: &ActiveEventLoop, device_id: DeviceId, event: DeviceEvent) {}
[INFO] [stdout]     |                                ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_event_loop`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `device_id`
[INFO] [stdout]    --> src/examples/perspective_camera/mod.rs:386:62
[INFO] [stdout]     |
[INFO] [stdout] 386 |     fn device_event(&mut self, event_loop: &ActiveEventLoop, device_id: DeviceId, event: DeviceEvent) {}
[INFO] [stdout]     |                                                              ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_device_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `event`
[INFO] [stdout]    --> src/examples/perspective_camera/mod.rs:386:83
[INFO] [stdout]     |
[INFO] [stdout] 386 |     fn device_event(&mut self, event_loop: &ActiveEventLoop, device_id: DeviceId, event: DeviceEvent) {}
[INFO] [stdout]     |                                                                                   ^^^^^ help: if this is intentional, prefix it with an underscore: `_event`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `event_loop`
[INFO] [stdout]    --> src/examples/perspective_camera/mod.rs:388:33
[INFO] [stdout]     |
[INFO] [stdout] 388 |     fn about_to_wait(&mut self, event_loop: &ActiveEventLoop) {}
[INFO] [stdout]     |                                 ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_event_loop`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `event_loop`
[INFO] [stdout]    --> src/examples/perspective_camera/mod.rs:390:29
[INFO] [stdout]     |
[INFO] [stdout] 390 |     fn suspended(&mut self, event_loop: &ActiveEventLoop) {}
[INFO] [stdout]     |                             ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_event_loop`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `event_loop`
[INFO] [stdout]    --> src/examples/perspective_camera/mod.rs:392:27
[INFO] [stdout]     |
[INFO] [stdout] 392 |     fn exiting(&mut self, event_loop: &ActiveEventLoop) {}
[INFO] [stdout]     |                           ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_event_loop`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `event_loop`
[INFO] [stdout]    --> src/examples/perspective_camera/mod.rs:394:34
[INFO] [stdout]     |
[INFO] [stdout] 394 |     fn memory_warning(&mut self, event_loop: &ActiveEventLoop) {}
[INFO] [stdout]     |                                  ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_event_loop`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `event_loop`
[INFO] [stdout]    --> src/examples/perspective_camera/mod.rs:305:30
[INFO] [stdout]     |
[INFO] [stdout] 305 |     fn user_event(&mut self, event_loop: &ActiveEventLoop, event: ()) {}
[INFO] [stdout]     |                              ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_event_loop`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `event`
[INFO] [stdout]    --> src/examples/perspective_camera/mod.rs:305:60
[INFO] [stdout]     |
[INFO] [stdout] 305 |     fn user_event(&mut self, event_loop: &ActiveEventLoop, event: ()) {}
[INFO] [stdout]     |                                                            ^^^^^ help: if this is intentional, prefix it with an underscore: `_event`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `event_loop`
[INFO] [stdout]   --> src/render/mod.rs:27:30
[INFO] [stdout]    |
[INFO] [stdout] 27 |     fn new_events(&mut self, event_loop: &ActiveEventLoop, cause: StartCause) {
[INFO] [stdout]    |                              ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_event_loop`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `cause`
[INFO] [stdout]   --> src/render/mod.rs:27:60
[INFO] [stdout]    |
[INFO] [stdout] 27 |     fn new_events(&mut self, event_loop: &ActiveEventLoop, cause: StartCause) {
[INFO] [stdout]    |                                                            ^^^^^ help: if this is intentional, prefix it with an underscore: `_cause`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `event_loop`
[INFO] [stdout]   --> src/render/mod.rs:31:27
[INFO] [stdout]    |
[INFO] [stdout] 31 |     fn resumed(&mut self, event_loop: &ActiveEventLoop) {
[INFO] [stdout]    |                           ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_event_loop`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `event_loop`
[INFO] [stdout]   --> src/render/mod.rs:35:30
[INFO] [stdout]    |
[INFO] [stdout] 35 |     fn user_event(&mut self, event_loop: &ActiveEventLoop, event: ()) {
[INFO] [stdout]    |                              ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_event_loop`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `event`
[INFO] [stdout]   --> src/render/mod.rs:35:60
[INFO] [stdout]    |
[INFO] [stdout] 35 |     fn user_event(&mut self, event_loop: &ActiveEventLoop, event: ()) {
[INFO] [stdout]    |                                                            ^^^^^ help: if this is intentional, prefix it with an underscore: `_event`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `wgpu-winit-sandbox` (bin "wgpu-winit-sandbox" test) due to 1 previous error; 64 warnings emitted
[INFO] [stdout] warning: unused variable: `window_id`
[INFO] [stdout]    --> src/examples/perspective_camera/mod.rs:307:62
[INFO] [stdout]     |
[INFO] [stdout] 307 |     fn window_event(&mut self, event_loop: &ActiveEventLoop, window_id: WindowId, event: WindowEvent) {
[INFO] [stdout]     |                                                              ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_window_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `event_loop`
[INFO] [stdout]   --> src/render/mod.rs:39:32
[INFO] [stdout]    |
[INFO] [stdout] 39 |     fn window_event(&mut self, event_loop: &ActiveEventLoop, window_id: WindowId, event: WindowEvent) {
[INFO] [stdout]    |                                ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_event_loop`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `window`
[INFO] [stdout]    --> src/examples/perspective_camera/mod.rs:311:29
[INFO] [stdout]     |
[INFO] [stdout] 311 |                 if let Some(window) = self.window.as_ref() {
[INFO] [stdout]     |                             ^^^^^^ help: if this is intentional, prefix it with an underscore: `_window`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `event_loop`
[INFO] [stdout]    --> src/examples/perspective_camera/mod.rs:386:32
[INFO] [stdout]     |
[INFO] [stdout] 386 |     fn device_event(&mut self, event_loop: &ActiveEventLoop, device_id: DeviceId, event: DeviceEvent) {}
[INFO] [stdout]     |                                ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_event_loop`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `device_id`
[INFO] [stdout]    --> src/examples/perspective_camera/mod.rs:386:62
[INFO] [stdout]     |
[INFO] [stdout] 386 |     fn device_event(&mut self, event_loop: &ActiveEventLoop, device_id: DeviceId, event: DeviceEvent) {}
[INFO] [stdout]     |                                                              ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_device_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `event`
[INFO] [stdout]    --> src/examples/perspective_camera/mod.rs:386:83
[INFO] [stdout]     |
[INFO] [stdout] 386 |     fn device_event(&mut self, event_loop: &ActiveEventLoop, device_id: DeviceId, event: DeviceEvent) {}
[INFO] [stdout]     |                                                                                   ^^^^^ help: if this is intentional, prefix it with an underscore: `_event`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `event_loop`
[INFO] [stdout]    --> src/examples/perspective_camera/mod.rs:388:33
[INFO] [stdout]     |
[INFO] [stdout] 388 |     fn about_to_wait(&mut self, event_loop: &ActiveEventLoop) {}
[INFO] [stdout]     |                                 ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_event_loop`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `window_id`
[INFO] [stdout]   --> src/render/mod.rs:39:62
[INFO] [stdout]    |
[INFO] [stdout] 39 |     fn window_event(&mut self, event_loop: &ActiveEventLoop, window_id: WindowId, event: WindowEvent) {
[INFO] [stdout]    |                                                              ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_window_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `event`
[INFO] [stdout]   --> src/render/mod.rs:39:83
[INFO] [stdout]    |
[INFO] [stdout] 39 |     fn window_event(&mut self, event_loop: &ActiveEventLoop, window_id: WindowId, event: WindowEvent) {
[INFO] [stdout]    |                                                                                   ^^^^^ help: if this is intentional, prefix it with an underscore: `_event`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `event_loop`
[INFO] [stdout]    --> src/examples/perspective_camera/mod.rs:390:29
[INFO] [stdout]     |
[INFO] [stdout] 390 |     fn suspended(&mut self, event_loop: &ActiveEventLoop) {}
[INFO] [stdout]     |                             ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_event_loop`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `event_loop`
[INFO] [stdout]   --> src/render/mod.rs:43:32
[INFO] [stdout]    |
[INFO] [stdout] 43 |     fn device_event(&mut self, event_loop: &ActiveEventLoop, device_id: DeviceId, event: DeviceEvent) {
[INFO] [stdout]    |                                ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_event_loop`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `device_id`
[INFO] [stdout]   --> src/render/mod.rs:43:62
[INFO] [stdout]    |
[INFO] [stdout] 43 |     fn device_event(&mut self, event_loop: &ActiveEventLoop, device_id: DeviceId, event: DeviceEvent) {
[INFO] [stdout]    |                                                              ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_device_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `event`
[INFO] [stdout]   --> src/render/mod.rs:43:83
[INFO] [stdout]    |
[INFO] [stdout] 43 |     fn device_event(&mut self, event_loop: &ActiveEventLoop, device_id: DeviceId, event: DeviceEvent) {
[INFO] [stdout]    |                                                                                   ^^^^^ help: if this is intentional, prefix it with an underscore: `_event`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `event_loop`
[INFO] [stdout]    --> src/examples/perspective_camera/mod.rs:392:27
[INFO] [stdout]     |
[INFO] [stdout] 392 |     fn exiting(&mut self, event_loop: &ActiveEventLoop) {}
[INFO] [stdout]     |                           ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_event_loop`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `event_loop`
[INFO] [stdout]   --> src/render/mod.rs:47:33
[INFO] [stdout]    |
[INFO] [stdout] 47 |     fn about_to_wait(&mut self, event_loop: &ActiveEventLoop) {
[INFO] [stdout]    |                                 ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_event_loop`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `event_loop`
[INFO] [stdout]   --> src/render/mod.rs:51:29
[INFO] [stdout]    |
[INFO] [stdout] 51 |     fn suspended(&mut self, event_loop: &ActiveEventLoop) {
[INFO] [stdout]    |                             ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_event_loop`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `event_loop`
[INFO] [stdout]   --> src/render/mod.rs:55:27
[INFO] [stdout]    |
[INFO] [stdout] 55 |     fn exiting(&mut self, event_loop: &ActiveEventLoop) {
[INFO] [stdout]    |                           ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_event_loop`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `event_loop`
[INFO] [stdout]    --> src/examples/perspective_camera/mod.rs:394:34
[INFO] [stdout]     |
[INFO] [stdout] 394 |     fn memory_warning(&mut self, event_loop: &ActiveEventLoop) {}
[INFO] [stdout]     |                                  ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_event_loop`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `event_loop`
[INFO] [stdout]   --> src/render/mod.rs:59:34
[INFO] [stdout]    |
[INFO] [stdout] 59 |     fn memory_warning(&mut self, event_loop: &ActiveEventLoop) {
[INFO] [stdout]    |                                  ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_event_loop`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `event_loop`
[INFO] [stdout]   --> src/render/mod.rs:27:30
[INFO] [stdout]    |
[INFO] [stdout] 27 |     fn new_events(&mut self, event_loop: &ActiveEventLoop, cause: StartCause) {
[INFO] [stdout]    |                              ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_event_loop`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `cause`
[INFO] [stdout]   --> src/render/mod.rs:27:60
[INFO] [stdout]    |
[INFO] [stdout] 27 |     fn new_events(&mut self, event_loop: &ActiveEventLoop, cause: StartCause) {
[INFO] [stdout]    |                                                            ^^^^^ help: if this is intentional, prefix it with an underscore: `_cause`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `event_loop`
[INFO] [stdout]   --> src/render/mod.rs:31:27
[INFO] [stdout]    |
[INFO] [stdout] 31 |     fn resumed(&mut self, event_loop: &ActiveEventLoop) {
[INFO] [stdout]    |                           ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_event_loop`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `event_loop`
[INFO] [stdout]   --> src/render/mod.rs:35:30
[INFO] [stdout]    |
[INFO] [stdout] 35 |     fn user_event(&mut self, event_loop: &ActiveEventLoop, event: ()) {
[INFO] [stdout]    |                              ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_event_loop`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `event`
[INFO] [stdout]   --> src/render/mod.rs:35:60
[INFO] [stdout]    |
[INFO] [stdout] 35 |     fn user_event(&mut self, event_loop: &ActiveEventLoop, event: ()) {
[INFO] [stdout]    |                                                            ^^^^^ help: if this is intentional, prefix it with an underscore: `_event`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `event_loop`
[INFO] [stdout]   --> src/render/mod.rs:39:32
[INFO] [stdout]    |
[INFO] [stdout] 39 |     fn window_event(&mut self, event_loop: &ActiveEventLoop, window_id: WindowId, event: WindowEvent) {
[INFO] [stdout]    |                                ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_event_loop`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `window_id`
[INFO] [stdout]   --> src/render/mod.rs:39:62
[INFO] [stdout]    |
[INFO] [stdout] 39 |     fn window_event(&mut self, event_loop: &ActiveEventLoop, window_id: WindowId, event: WindowEvent) {
[INFO] [stdout]    |                                                              ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_window_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `event`
[INFO] [stdout]   --> src/render/mod.rs:39:83
[INFO] [stdout]    |
[INFO] [stdout] 39 |     fn window_event(&mut self, event_loop: &ActiveEventLoop, window_id: WindowId, event: WindowEvent) {
[INFO] [stdout]    |                                                                                   ^^^^^ help: if this is intentional, prefix it with an underscore: `_event`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `event_loop`
[INFO] [stdout]   --> src/render/mod.rs:43:32
[INFO] [stdout]    |
[INFO] [stdout] 43 |     fn device_event(&mut self, event_loop: &ActiveEventLoop, device_id: DeviceId, event: DeviceEvent) {
[INFO] [stdout]    |                                ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_event_loop`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `device_id`
[INFO] [stdout]   --> src/render/mod.rs:43:62
[INFO] [stdout]    |
[INFO] [stdout] 43 |     fn device_event(&mut self, event_loop: &ActiveEventLoop, device_id: DeviceId, event: DeviceEvent) {
[INFO] [stdout]    |                                                              ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_device_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `event`
[INFO] [stdout]   --> src/render/mod.rs:43:83
[INFO] [stdout]    |
[INFO] [stdout] 43 |     fn device_event(&mut self, event_loop: &ActiveEventLoop, device_id: DeviceId, event: DeviceEvent) {
[INFO] [stdout]    |                                                                                   ^^^^^ help: if this is intentional, prefix it with an underscore: `_event`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `event_loop`
[INFO] [stdout]   --> src/render/mod.rs:47:33
[INFO] [stdout]    |
[INFO] [stdout] 47 |     fn about_to_wait(&mut self, event_loop: &ActiveEventLoop) {
[INFO] [stdout]    |                                 ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_event_loop`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `event_loop`
[INFO] [stdout]   --> src/render/mod.rs:51:29
[INFO] [stdout]    |
[INFO] [stdout] 51 |     fn suspended(&mut self, event_loop: &ActiveEventLoop) {
[INFO] [stdout]    |                             ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_event_loop`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `event_loop`
[INFO] [stdout]   --> src/render/mod.rs:55:27
[INFO] [stdout]    |
[INFO] [stdout] 55 |     fn exiting(&mut self, event_loop: &ActiveEventLoop) {
[INFO] [stdout]    |                           ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_event_loop`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `event_loop`
[INFO] [stdout]   --> src/render/mod.rs:59:34
[INFO] [stdout]    |
[INFO] [stdout] 59 |     fn memory_warning(&mut self, event_loop: &ActiveEventLoop) {
[INFO] [stdout]    |                                  ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_event_loop`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "fa308c40d0dfba7377d33fa5e77f620da63df76fabd0cd519a2103fd953ead0e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fa308c40d0dfba7377d33fa5e77f620da63df76fabd0cd519a2103fd953ead0e", kill_on_drop: false }`
[INFO] [stdout] fa308c40d0dfba7377d33fa5e77f620da63df76fabd0cd519a2103fd953ead0e
